iT邦幫忙

2022 iThome 鐵人賽

DAY 30
0
自我挑戰組

React 面 項目 看起來很好吃吧--佐material 調料系列 第 30

React side project--Final Sample(組合餐點)

  • 分享至 

  • xImage
  •  

最後會以這30天介紹的元件,去拼成想要的範例網站![!

例如這張截圖 用到了Mui的 MuiAppBar跟MuiToolbar

https://ithelp.ithome.com.tw/upload/images/20221014/20098345gnd1fcu19l.jpg

  <AppBar position="fixed">
        <Toolbar sx={{ justifyContent: 'space-between' }}>
          <Box sx={{ flex: 1 }} />
          <Link
            variant="h6"
            underline="none"
            color="inherit"
            href="/premium-themes/onepirate/"
            sx={{ fontSize: 24 }}
          >
            {'onepirate'}
          </Link>
          <Box sx={{ flex: 1, display: 'flex', justifyContent: 'flex-end' }}>
            <Link
              color="inherit"
              variant="h6"
              underline="none"
              href="/premium-themes/onepirate/sign-in/"
              sx={rightLink}
            >
              {'Sign In'}
            </Link>
            <Link
              variant="h6"
              underline="none"
              href="/premium-themes/onepirate/sign-up/"
              sx={{ ...rightLink, color: 'secondary.main' }}
            >
              {'Sign Up'}
            </Link>
          </Box>
        </Toolbar>
      </AppBar>
      <Toolbar />

接下來就要試著拚出Mui版本的IT邦幫忙了


上一篇
React side project--Skeleton (元件 Loding)
系列文
React 面 項目 看起來很好吃吧--佐material 調料30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言